LocalModuleConfig

Protobuf type meshtastic.LocalModuleConfig

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , LocalOnlyProtos.LocalModuleConfigOrBuilder
Protobuf type meshtastic.LocalModuleConfig

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

The part of the config that is specific to the Ambient Lighting module
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard

The part of the config that is specific to the Ambient Lighting module
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard

The part of the config that is specific to the Audio module
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard

The part of the config that is specific to the Audio module
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard

The part of the config that is specific to the Canned Message module
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard

The part of the config that is specific to the Canned Message module
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

The part of the config that is specific to the Detection Sensor module
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard

The part of the config that is specific to the Detection Sensor module
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard

The part of the config that is specific to the ExternalNotification module
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard

The part of the config that is specific to the ExternalNotification module
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard

The part of the config that is specific to the MQTT module
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard

The part of the config that is specific to the MQTT module
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard

The part of the config that is specific to the Neighbor Info module
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard

The part of the config that is specific to the Neighbor Info module
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard
Link copied to clipboard

Paxcounter Config
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard

Paxcounter Config
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard

The part of the config that is specific to the RangeTest module
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard

The part of the config that is specific to the RangeTest module
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard

The part of the config that is specific to the Remote Hardware module
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard

The part of the config that is specific to the Remote Hardware module
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard

The part of the config that is specific to the Serial module
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard
Link copied to clipboard

The part of the config that is specific to the Serial module
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard

The part of the config that is specific to the Store & Forward module
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard

The part of the config that is specific to the Store & Forward module
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard

The part of the config that is specific to the Telemetry module
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard

The part of the config that is specific to the Telemetry module
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard
open fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 8;
Link copied to clipboard

The part of the config that is specific to the Ambient Lighting module
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard
open fun hasAudio(): Boolean

The part of the config that is specific to the Audio module
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard

The part of the config that is specific to the Canned Message module
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard

The part of the config that is specific to the Detection Sensor module
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard

The part of the config that is specific to the ExternalNotification module
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasMqtt(): Boolean

The part of the config that is specific to the MQTT module
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard

The part of the config that is specific to the Neighbor Info module
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard

Paxcounter Config
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard
open fun hasRangeTest(): Boolean

The part of the config that is specific to the RangeTest module
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard

The part of the config that is specific to the Remote Hardware module
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard
open fun hasSerial(): Boolean

The part of the config that is specific to the Serial module
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard

The part of the config that is specific to the Store & Forward module
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard
open fun hasTelemetry(): Boolean

The part of the config that is specific to the Telemetry module
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: ByteString): LocalOnlyProtos.LocalModuleConfig
open fun parseFrom(input: CodedInputStream): LocalOnlyProtos.LocalModuleConfig
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalModuleConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalModuleConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalModuleConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalModuleConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalModuleConfig
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)